home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 25 / CU Amiga Magazine's Super CD-ROM 25 (1998)(EMAP Images)(GB)(Track 1 of 2)[!][issue 1998-08].iso / CUCD / Programming / ixemul / sdk / man / cat5 / disktab.0 < prev    next >
Encoding:
Text File  |  1998-06-15  |  4.4 KB  |  91 lines

  1.  
  2. DISKTAB(5)                 UNIX Programmer's Manual                 DISKTAB(5)
  3.  
  4. NNAAMMEE
  5.      ddiisskkttaabb - disk description file
  6.  
  7. SSYYNNOOPPSSIISS
  8.      ##iinncclluuddee <<ddiisskkttaabb..hh>>
  9.  
  10. DDEESSCCRRIIPPTTIIOONN
  11.      DDiisskkttaabb is a simple database which describes disk geometries and disk
  12.      partition characteristics.  It is used to initialize the disk label on
  13.      the disk.  The format is patterned after the termcap(5) terminal data
  14.      base.  Entries in ddiisskkttaabb consist of a number of `:' separated fields.
  15.      The first entry for each disk gives the names which are known for the
  16.      disk, separated by `|' characters.  The last name given should be a long
  17.      name fully identifying the disk.
  18.  
  19.      The following list indicates the normal values stored for each disk en-
  20.      try.
  21.  
  22.      NNaammee      TTyyppee     DDeessccrriippttiioonn
  23.      ty        str      Type of disk (e.g. removable, winchester)
  24.      dt        str      Type of controller (e.g. SMD, ESDI, floppy)
  25.      ns        num      Number of sectors per track
  26.      nt        num      Number of tracks per cylinder
  27.      nc        num      Total number of cylinders on the disk
  28.      sc        num      Number of sectors per cylinder, nc*nt default
  29.      su        num      Number of sectors per unit, sc*nc default
  30.      se        num      Sector size in bytes, DEV_BSIZE default
  31.      sf        bool     Controller supports bad144-style bad sector forwarding
  32.      rm        num      Rotation speed, rpm, 3600 default
  33.      sk        num      Sector skew per track, default 0
  34.      cs        num      Sector skew per cylinder, default 0
  35.      hs        num      Headswitch time, usec, default 0
  36.      ts        num      One-cylinder seek time, usec, default 0
  37.      il        num      Sector interleave (n:1), 1 default
  38.      d[0-4]    num      Drive-type-dependent parameters
  39.      bs        num      Boot block size, default BBSIZE
  40.      sb        num      Superblock size, default SBSIZE
  41.      ba        num      Block size for partition `a' (bytes)
  42.      bd        num      Block size for partition `d' (bytes)
  43.      be        num      Block size for partition `e' (bytes)
  44.      bf        num      Block size for partition `f' (bytes)
  45.      bg        num      Block size for partition `g' (bytes)
  46.      bh        num      Block size for partition `h' (bytes)
  47.      fa        num      Fragment size for partition `a' (bytes)
  48.      fd        num      Fragment size for partition `d' (bytes)
  49.      fe        num      Fragment size for partition `e' (bytes)
  50.      ff        num      Fragment size for partition `f' (bytes)
  51.      fg        num      Fragment size for partition `g' (bytes)
  52.      fh        num      Fragment size for partition `h' (bytes)
  53.      oa        num      Offset of partition `a' in sectors
  54.      ob        num      Offset of partition `b' in sectors
  55.      oc        num      Offset of partition `c' in sectors
  56.      od        num      Offset of partition `d' in sectors
  57.      oe        num      Offset of partition `e' in sectors
  58.      of        num      Offset of partition `f' in sectors
  59.      og        num      Offset of partition `g' in sectors
  60.      oh        num      Offset of partition `h' in sectors
  61.      pa        num      Size of partition `a' in sectors
  62.      pb        num      Size of partition `b' in sectors
  63.      pc        num      Size of partition `c' in sectors
  64.  
  65.  
  66.      pd        num      Size of partition `d' in sectors
  67.      pe        num      Size of partition `e' in sectors
  68.      pf        num      Size of partition `f' in sectors
  69.      pg        num      Size of partition `g' in sectors
  70.      ph        num      Size of partition `h' in sectors
  71.      ta        str      Partition type of partition `a' (4.2BSD filesystem,
  72.                         swap, etc)
  73.      tb        str      Partition type of partition `b'
  74.      tc        str      Partition type of partition `c'
  75.      td        str      Partition type of partition `d'
  76.      te        str      Partition type of partition `e'
  77.      tf        str      Partition type of partition `f'
  78.      tg        str      Partition type of partition `g'
  79.      th        str      Partition type of partition `h'
  80.  
  81. FFIILLEESS
  82.      /etc/disktab
  83.  
  84. SSEEEE AALLSSOO
  85.      getdiskbyname(3),  disklabel(5),  disklabel(8),  newfs(8)
  86.  
  87. HHIISSTTOORRYY
  88.      The ddiisskkttaabb description file appeared in 4.2BSD.
  89.  
  90. 4.2 Berkeley Distribution        June 5, 1993                                2
  91.